home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-15 | 307 b | 12 lines | [TEXT/MPS ] |
- %!
- % Turn off test page produced when LaserWriter starts up.
-
- serverdict begin 0 exitserver
- statusdict begin
- false setdostartpage % change to true to restore test page
- dostartpage
- { (Test page will be printed.\r) print flush }
- { (Test page will NOT be printed.\r) print flush }
- ifelse
- end
-